'Declaration Public Overloads Shared Function Create( _ ByVal device As Device, _ ByVal description As Texture3DDescription, _ ByVal data() As DataBox _ ) As Texture3D
public static Texture3D Create( Device device, Texture3DDescription description, DataBox[] data )
Parameters
- device
- The device with which to associate the texture.
- description
- The description of the texture.
- data
- An array of initial texture data for each subresource.